home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 5850 / 5850.xpi / install.rdf < prev   
Extensible Markup Language  |  2009-01-09  |  2KB  |  47 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <em:id>Fireclip@HanWorks.net</em:id>
  8.     <em:version>0.2.3</em:version>
  9.     <em:creator>Ming Han</em:creator>
  10.     <!-- Thanks to: -->
  11.     <em:contributor>Jin Guan</em:contributor>
  12.     <!-- for the suggestion of using margin to clip the iframe -->
  13.     <em:contributor>Pak Chuen</em:contributor>
  14.     <!-- for the company during late nights, alpha-testing, and tolerating my msn crap talk -->
  15.     
  16.     <!-- Also, I will like to thank Steve Wozniak, Apple founder, whose book iWoz,
  17.         inspired me to embark on the task of writing this program.
  18.         Lastly, to paraphrase what Steve Woz wrote in the ending paragraph of iWoz - 
  19.         every minute spent alone at night, thinking and thinking about the cool things 
  20.         that could be done, it was definitely worth it. 
  21.     -->
  22.     
  23.     
  24.     <em:type>2</em:type> <!-- 2: Ext -->
  25.    
  26.     <!-- Target Application this extension can install into, 
  27.          with minimum and maximum supported versions. --> 
  28.     <em:targetApplication>
  29.       <Description>
  30.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox ID -->
  31.         <em:minVersion>2.0</em:minVersion>
  32.         <em:maxVersion>3.2a1pre</em:maxVersion>
  33.       </Description>
  34.     </em:targetApplication>
  35.  
  36.    
  37.     <!-- Front End MetaData -->
  38.     <em:name>Fireclip</em:name>
  39.     <em:description>A nifty tool which allows you to clip out portions of webpages and reload them later to check for updates.</em:description>
  40.     <em:homepageURL>http://fireclip.googlepages.com/</em:homepageURL>
  41.     
  42.     <!-- Front End Integration Hooks (used by Extension Manager) -->
  43.     <em:iconURL>chrome://fireclip/skin/fireclip_icon.png</em:iconURL>
  44.     
  45.   </Description>      
  46. </RDF>
  47.